home
***
CD-ROM
|
disk
|
other
***
search
/
SGI IndiZone 2
/
SGI IndiZone 2.iso
/
OutOfBox.idb
/
usr
/
people
/
tour
/
.OutOfBox.z
/
.OutOfBox
(
.txt
)
Wrap
Text File
|
1994-12-16
|
850b
|
35 lines
#!/bin/sh
xsetroot -mod 10 10 -fg black -bg black
cd /usr/people/tour/oob
bin/oobversions autologin
case `scripts/memsize`
in
MemoryOK)
bin/blankScreen &
case `bin/introScreen`
in
Help!)
if (type bin/oob)
then (bin/oob scenegraphs/pillars/pillars.iv scripts/intro)
else (sleep 2
scripts/intro)
fi
bin/oobplayer movies/credits/finalCredits.mv -f .2 -F 3,4,.05 -n -c ;;
Exit!) ;;
esac;;
NotEnough)
xconfirm -t "There is not enough memory on your machine to run the Out Of Box Experience, sorry" -geometry "+300+300" -B ok -exclusive -icon info;;
esac
if (type bin/oob)
then (scripts/completeDelScript)
else (scripts/introDelScript)
fi
/etc/killall blankScreen
PROP_DISPLAY=`expr $DISPLAY : '\(.*\).[1-9]' \| $DISPLAY`
/usr/bin/X11/xprop -display $PROP_DISPLAY -root -remove _SGI_SESSION_PROPERTY